From 9c9567f2839666dd5f551639815ccdb0439475ed Mon Sep 17 00:00:00 2001 From: robertlipe Date: Wed, 20 Feb 2013 05:57:29 +0000 Subject: [PATCH] Add -w to ignore whitespace in testo. --- gpsbabel/testo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/testo b/gpsbabel/testo index fa3caedc0..216881c5d 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -37,7 +37,7 @@ bincompare() compare() { - ${DIFF} -u -b $* || { + ${DIFF} -u -b -w $* || { echo ERROR comparing $* let errorcount=errorcount+1 #exit 1 -- 2.30.2